home *** CD-ROM | disk | FTP | other *** search
/ Old Testament Foundatiosn with Philip Yancey / Old Testament Foundatiosn with Philip Yancey - Disc 2.iso / pc / data / m13h14.dir / 00003.ls < prev    next >
Encoding:
Text File  |  1996-09-09  |  304 b   |  13 lines

  1. on mouseDown
  2.   global gPreviousMovie, gLesson, gLessonSection
  3.   set the castNum of sprite 5 to cast "b048"
  4.   if pressLessonButton(5) then
  5.     set gPreviousMovie to "m13h14.dir"
  6.     set gLesson to 1
  7.     set gLessonSection to "1"
  8.     sound stop 2
  9.     pupSprites(1, 48, 0)
  10.     go(1, "m25.dir")
  11.   end if
  12. end
  13.